Skip to content

Bump async-lru from 2.0.2 to 2.0.4#76

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/async-lru-2.0.4
Open

Bump async-lru from 2.0.2 to 2.0.4#76
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/async-lru-2.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps async-lru from 2.0.2 to 2.0.4.

Release notes

Sourced from async-lru's releases.

2.0.4

  • Fixed an error when there are pending tasks while calling .cache_clear().

2.0.3

  • Fixed a KeyError that could occur when using ttl with maxsize.
  • Dropped typing-extensions dependency in Python 3.11+.
Changelog

Sourced from async-lru's changelog.

2.0.4 (2023-07-27)

  • Fixed an error when there are pending tasks while calling .cache_clear().

2.0.3 (2023-07-07)

  • Fixed a KeyError that could occur when using ttl with maxsize.
  • Dropped typing-extensions dependency in Python 3.11+.
Commits
  • 2051f7b Release 2.0.4 (#509)
  • 54f6c35 Use prerelease for CI matrix (#507)
  • 1a9b936 Fix cache_clear() when pending tasks (#506)
  • 8310323 Bump pytest-asyncio from 0.21.0 to 0.21.1 (#502)
  • caa5ce3 Bump flake8-bugbear from 23.6.5 to 23.7.10 (#501)
  • b3d180d 🧪 Test against Python 3.12 in CI
  • 28453dd 🔧 Upload Sigstore signatures to GitHub Releases
  • d1b47c6 👷 Measure coverage of the tests
  • df72172 🎨📝 Align PyPI badge w/ kebab-cased dist name
  • 813686c 📝🎨 Align README mentions w/ PyPI dist name
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [async-lru](https://github.com/aio-libs/async-lru) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/aio-libs/async-lru/releases)
- [Changelog](https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-lru@v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: async-lru
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants